home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / links / 00040_Script_link Netscape Navigator < prev    next >
Encoding:
Text File  |  1999-10-14  |  372 b   |  11 lines

  1. on mouseUp
  2.   if the platform = "Windows,32" then
  3.     open the moviepath&"software\NetScape\win32\cc32e47.exe"
  4.   else
  5.     if the platform = "Windows,16" then
  6.       open the moviepath&"software\NetScape\win16\cb16e408.exe"
  7.     else
  8.       open the moviepath&"software:NetScape:mac:CommunicatorĂ´ 4.7:Netscape Installer.1:Netscape Installer"
  9.     end if
  10.     end if
  11. end